From 862ca5e1b8c529f7351514c33fb1ccf45038beca Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 16 Sep 2012 12:43:46 +0800 Subject: [PATCH] * window.el (special-display-popup-frame): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/window.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 409e020d782..d789d8ac45b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-09-16 Chong Yidong + * window.el (special-display-popup-frame): Doc fix (Bug#8853). + * progmodes/compile.el (compilation-parse-errors): Accept list values similar to font-lock-keywords (Bug#12136). Suggested by Oleksandr Manzyuk. diff --git a/lisp/window.el b/lisp/window.el index dd1f55450c3..d9f3ccbd5c2 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -4768,8 +4768,8 @@ the selected window. If they contain (same-frame . t), display BUFFER in a window of the selected frame. If ARGS is a list whose car is a symbol, use (car ARGS) as a -function to do the work. Pass it BUFFER as first argument, -and (cdr ARGS) as second." +function to do the work. Pass it BUFFER as first argument, and +pass the elements of (cdr ARGS) as the remaining arguments." (if (and args (symbolp (car args))) (apply (car args) buffer (cdr args)) (let ((window (get-buffer-window buffer 0))) -- 2.30.2